CanApplyTo(TTarget) Method (ProcessingCommand<TTarget>)
Determines whether this processing command can be applied to the specified target.
'Declaration
Public Overridable Function CanApplyTo( _
ByVal As TTarget _
) As Boolean
public virtual bool CanApplyTo(
TTarget
)
public: virtual bool CanApplyTo(
TTarget*
)
public:
virtual bool CanApplyTo(
TTarget^
)
Parameters
- target
- The target.
Return Value
True if this processing command can be applied to the specified target; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5